s390x-se-luks-gencpio: Fix shebang syntax
authorSimon McVittie <smcv@debian.org>
Mon, 7 Mar 2022 21:06:48 +0000 (21:06 +0000)
committerSimon McVittie <smcv@collabora.com>
Mon, 7 Mar 2022 22:49:30 +0000 (22:49 +0000)
An indented `#!` is technically meaningless, although many shells will
run text files with the shell if asked to execute them.

Signed-off-by: Simon McVittie <smcv@debian.org>
src/libostree/s390x-se-luks-gencpio

index f0ad24eb328f860ba9de8a019b7de9a16c276690..729aff6fc4cddefbf358e620d705a519b84ca79c 100755 (executable)
@@ -1,5 +1,5 @@
- #!/usr/bin/bash
- # This script creates new initramdisk with LUKS config within
+#!/usr/bin/bash
+# This script creates new initramdisk with LUKS config within
 set -euo pipefail
 
 old_initrd=$1